@charset "UTF-8";
/* CSS Document */
/*
-----------------------------首页样式start-----------------------------
*/
/*头部开始*/
.top {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    overflow: visible !important;
}

.topTopList dd {
    float: left;
    padding-right: 30px;
}

.topTopList dt {
    color: #333333;
    font-size: 14px;
}

.topTopList dd a {
    display: block;
    color: #333333;
    font-size: 14px;
}

.topTopList dd a:hover {
    color: #89211b;
}
.topCon {
    overflow: hidden;
    position: relative;
    height: 100px;
    border-bottom: 1px solid #677c9f;
}

.topnav {
    overflow: hidden;
}

.logo {
	float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    margin-left: 8.5938%;
    z-index: 55555;
	padding: 22px 0;
}

.logo img {
    display: block;
    height: 56px;
}

.nav {
    position: relative;
}

.nav_dl {
    position: relative;
    height: 50px;
    padding: 15px 0px;
}

.nav_dl dd {
    float: left;
    display: inline;
    position: relative;
    padding: 20px 40px;
}

.nav_a {
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #fff !important;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbtn {
    padding-top: 30px;
}

.navbtn a {
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #fdb52a;
    padding: 10px 22px;
    border-radius: 25px;
}
.navBg {
    width: 0px;
    overflow: hidden;
    height: 3px;
    background: #d21418;
    position: absolute;
    left: 0px;
    bottom: -20px;
}

.topLink {
    position: relative;
    padding: 30px 20px;
}

a.topLink_a {
    display: block;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 20px;
    padding-left: 20px;
    float: left;
    line-height: 20px;
    color: #fff;
    position: relative;
}

a.topLink_a:hover {
    color: #89211b;
}

.topoa a {
    display: block;
    width: 92px;
    height: 110px;
    background: #fff url(../images/oa.png) no-repeat center center;
}
.menuBox{
    height: 100px;
    width: 120px;
    border-left: 1px solid #677c9f;
    text-align: center;
    display: block;
}
.menuBox img{
    padding-top: 30px;
}
.menuBox span{
    color: #fff;
    font-size: 12px;
    display: block;
    padding-top: 10px;
}
.cnbt{
    color: #fff !important;
    font-size: 16px;
}
.cnbt {
    width: 30px;
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    color: #fff !important;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}
.cnbt1{
    position: relative;
    
}
.cnbt1:after{
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 15px;
    background: #d5dae3;
    right: 0px;
    top: 50%;
    margin-top: -7px;
}
/*语言*/
.language{
    padding: 35px 20px;
}
    /*banner效果*/
    .preload {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	z-index: 1000;
	background: #fff;
	-webkit-transition: background-color .5s;
	transition: background-color .5s;
	-webkit-transform-origin: 50% 42%;
	-ms-transform-origin: 50% 42%;
	transform-origin: 50% 42%
    }

    .preload.is-loaded {
        background: 0 0
    }

    .preload.is-animate-out {
        -webkit-transform: scale(5);
        -ms-transform: scale(5);
        transform: scale(5);
        opacity: 0;
        -webkit-transition: opacity 1s,-webkit-transform 1s;
        transition: opacity 1s,-webkit-transform 1s;
        transition: transform 1s,opacity 1s;
        transition: transform 1s,opacity 1s,-webkit-transform 1s
    }

    .preload.is-paused .preload__progress {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0)
    }

    .preload.is-paused .preload__progress-inner {
        -webkit-animation: none;
        animation: none
    }

    .preload.is-clean {
        background: 0 0;
        z-index: -1;
        -webkit-transition: none;
        transition: none
    }

    .preload.is-clean .preload__bg {
        display: none
    }

    .preload.is-clean .preload__progress {
        background: rgba(0,0,0,.5);
        top: 50%
    }

    .preload.is-clean .preload__progress-inner {
        background: #35373b
    }

    .preload.is-clean-paused .preload__progress-inner {
        -webkit-animation: none;
        animation: none
    }

    .preload__bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .preload__progress {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 200px;
        margin:-1px 0 0 -100px;
        height: 1px;
        background: rgba(255,255,255,.15);
        -webkit-transition: .3s;
        transition: .3s
    }
    .preload__progress.hide{
        left: 0;
        width: 100%;
    }

.preload__progress-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	-webkit-animation: preloadLine 1.6s both infinite;
	animation: preloadLine 1.6s both infinite;
}

@-webkit-keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes preloadLine {
	2% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	48% {
		-webkit-transform-origin: 100% 50%;
		transform-origin: 100% 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	52% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(0);
		transform: scaleX(0)
	}

	98% {
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

.load-bg{
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index:999;
}
.load-bg .top{
	height: 50%;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.load-bg .top i{
	display: block;
	width: 200px;
	height: 1px;
	background-color: #555;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -100px;
	-webkit-transition: .5s;
	transition: .5s;
}
.load-bg .top i.on{
	left:0%;
	margin-left: 0px;
	width:100%;
}
.load-bg .bot{
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height:50%;
	background-color: rgba(255, 255, 255, 0.5);
}
    .box4Tab .qq{
        width: 45px;
        height: 45px;
        visibility: hidden;
        opacity: 0
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -25px;
        left: 50%;
        margin-left: -25px;
    } 
    .box4Tab li.active .qq:after{
            display: block;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 25%;
            margin-top: -19%;
            left: 32%;
            margin-left: -26%;
            background: rgba(215, 21, 25, 0.7);
            border-radius: 50%;
            animation: sideBt1 infinite 2s;
            transition: 0.8s ease-out;
            visibility: visible;
            opacity: 1;
            z-index: 1;
    }
@keyframes sideBt1{
	0%{
		opacity: 0;
		transform: scale(0);
	}
	50%{
		opacity: 1;
		transform: scale(0);
	}
	100%{
		opacity: 0;
		transform: scale(1.8);
	}
}
/*头部结束*/
/*menu开始*/
.logoBox {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    z-index: 5555;
}
.logoC {
    display: block;
    overflow: hidden;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -28px;
    margin-top: -28px;
    z-index: 55555;
}

.logoC img {
    display: block;
    height: 56px;
}
.scrollObj{position: relative;}
.header{position: relative;}
.header .nav-btn {
	position: fixed;
	right: 30px;
	top: 30px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 1000;
}
.header .nav-btn:after{
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	border: 1px solid rgba(255,255,255,0.5);
	border-radius: 50%;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-name: intervalHamburgerBorder;
	animation-name: intervalHamburgerBorder;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}

@keyframes intervalHamburgerBorder {
	0% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(1.6);
		transform: scale(1.6);
	}
}
.nav-yuan{width: 61px; height: 61px; border: 1px solid #ffffff; border-radius: 50%; position: relative; transform: scale(0.7);}
.nav-yuan2{width: 24px; height: 24px; background: #ffffff; border-radius: 50%; position: absolute; left: 18px; top: 18px;}
.header .nav-btn .box {
	width: 26px;
	margin: 23px auto 0;
	height: 15px;
	display: block;
	position: relative;
}
.header .nav-btn .line {
	display: block;
	width: 26px;
	height: 2px;
	background-color: #e8e8e8;
	position: absolute;
	right: 0;
	top: 7px;
}
.header .nav-btn .line-top {
	top: 1px;
	width: 18px;
	-webkit-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	transform-origin: left top 0;
}
.header .nav-btn .line-bot {
	top: auto;
	bottom: 0;
	width: 18px;
	-webkit-transform-origin: left bottom 0;
	-ms-transform-origin: left bottom 0;
	transform-origin: left bottom 0;
}
.header .nav-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999;
}
.header .nav-wrap .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	background-size: 100% 100%;
}
#nav-canvas{position: relative; z-index: 9;}
.header .nav-wrap .nav-bot-bg {
    width: 100%;
    height: 345px;
    display: block;
    background: url(/img/nav_bot_bg.png) center center repeat-x;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 10;
}

.header .nav-wrap .nav-bot-bg1 {
    width: 100%;
    height: 334px;
    display: block;
    background: url(../images/nav_bot_bg1.png) right center no-repeat;
    position: absolute;
    right: -20px;
    bottom: -20px;
    z-index: 11;
    background-size: 100%;
    
}
.header .nav-wrap .logo-sec {
	display: block;
	width: 78px;
	height: 85px;
	position: absolute;
	top: 36px;
	left: 42px;
	z-index: 2;
}
.header .nav-wrap .list {
	width: 78%;
	position: absolute;
	height: 386px;
	top: 50%;
	margin-top: -193px;
	left: 11%;
	z-index: 9;
}
.header .nav-wrap .list ul {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.header .nav-wrap .list li {
	width: 14%;
	float: left;
}
.header .nav-wrap .list .click-href{
	text-align: center;
	display: block;
	padding: 0px 35px 0;
	height: 600px;
	color: #fff;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	filter: blur(1px); -webkit-filter: blur(1px); -moz-filter: blur(1px); -ms-filter: blur(1px);
	background: url(../images/hnav_line.png) center 265px no-repeat;
}
.header .nav-wrap .list ul li.active .click-href{
    background: url(../images/nav_line.png) center 265px no-repeat;
}
.header .nav-wrap .list .click-href:hover {
	margin: -5px;
	text-decoration: none;
	color: #f8b62e;
	filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px);
}
.header .nav-wrap .list li.active .click-href{
	margin: -5px;
	text-decoration: none;
	color: #f8b62e;
	filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px);
}
.header .nav-wrap .list .click-href:hover .en-name {
	text-decoration: none;
}
.header .nav-wrap .list .box {
	display: block;
}
.header .nav-wrap .list .en-name {
	letter-spacing: 5px;
	display: block;
	line-height: 45px;
	font-size: 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-family: "times new roman";
}
.header .nav-wrap .list .cn-name {
	display: block;
	line-height: 26px;
	font-size: 22px;
	color: #8e6c4f;
	letter-spacing: 5px;
	margin: 5px 0 15px 0;
	font-family: "é»‘ä½“";
}
.header .nav-wrap .list ul li.active .em {
	display: block;
	line-height: 26px;
	font-size: 18px;
	color: #333333;
	font-style: normal;
    margin-bottom: 30px;
}
.header .nav-wrap .list ul li .em{
    color: #c1c1c1;
    font-size: 18px;
    margin-bottom: 30px;
}
.header .nav-wrap .list a{
    display: block;
}
.header .nav-wrap .list ul li.active .i{
    display: block;
    color: #666666;
    font-size: 14px;
    font-style: normal;
    height: 30px;
    line-height: 30px;
}
.header .nav-wrap .list ul li .i{
    color: #d1d1d1;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.header .nav-wrap .list ul li .ejtext a{
    color: #666666;
    font-size: 14px;
}
.header .nav-wrap .list .line {
	display: block;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
	opacity: 0;
	filter: Alpha(opacity=0);
}
.header .nav-wrap .list .intr {
	display: block;
	line-height: 26px;
	color: #c6c6c8;
	margin-top: 9px;
	opacity: 0;
	filter: Alpha(opacity=0);
	font-family: arial;
}
.header .nav-wrap .list li.active .click-href span{
    color: #e60014;
    font-size: 18px;
    margin-bottom: 10px;
}
.header .nav-wrap .list li .click-href span{
    color: #999999;
    font-size: 18px;
     margin-bottom: 10px;
}
.menvClos .layui-layer-close2{
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    width: 60px !important;
    height: 60px !important;
    margin-left: 0 !important;
    z-index: 5555 !important;
    background: url(../images/close.png)no-repeat center center !important;
}
.item.inactive{transition: all 2s; filter: blur(20px); -webkit-filter: blur(20px); -moz-filter: blur(20px); -ms-filter: blur(20px); opacity: 0; margin-left: -500px;}
.mm-bg1{width: 1920px; height: 1262px; position: relative; left: 50%; margin-left: -960px; top: 0; z-index: 1;}
.mm-pic1{width: 738px; height: 793px; position: absolute; left: 50%; margin-left: -90px; top: 156px; z-index: 2; transition-delay: 1s!important;}
.item{filter: blur(0px); -webkit-filter: blur(0px); -moz-filter: blur(0px); -ms-filter: blur(0px); opacity: 1; transition: all 2s;}

#mm-inside{font: 12px/1.5 "å¾®è½¯é›…é»‘",Arial,sans-serif;  background: url(/img/mm_bg.jpg) center top no-repeat #000000; height: 3830px;}
.mm-main{width: 1200px; height: 1406px; margin: -350px auto 0; position: relative;}
.mm-text1{position: absolute; left: 50%; margin-left: -600px; top: 0; z-index: 3;}
.mm-text2{position: absolute; left: 50%; margin-left: 306px; top: 46px; z-index: 3;}
.mm-pic5{position: absolute; left: 50%; margin-left: -603px; top: 187px; z-index: 3;}
.mm-pic2{position: absolute; left: 50%; margin-left: -600px; top: 257px; z-index: 4;}
.mm-text3{position: absolute; left: 50%; margin-left: 113px; top: 419px; z-index: 4;}
.mm-pic3{position: absolute; left: 50%; margin-left: -252px; top: 646px; z-index: 5;}
.mm-pic4{position: absolute; left: 50%; margin-left: 103px; top: 845px; z-index: 4;}
.mm-text4{position: absolute; left: 50%; margin-left: -390px; top: 1206px; z-index: 4;}
.mm-panel{width: 100%; height: 434px; position: relative; top: 234px;}
.mm-pic6{position: absolute; left: 50%; margin-left: -600px; top: 0;}
.mm-text7{position: absolute; left: 50%; margin-left: -508px; top: 139px; z-index: 1;}
.mm-inside-cp{width: 1700px; height: 510px; position: relative; left: 50%; margin-left: -850px; top: 450px; z-index: 4;}
.mm-bg2{position: absolute; left: 0; top: 0; z-index: 4;}
.mm-text5{position: absolute; left: 250px; top: 120px; z-index: 4;}
.mm-text6{position: absolute; right: 250px; top: 136px; z-index: 4;}
.mm-list{width: 1200px; position: absolute; left: 250px; bottom: 30px; z-index: 5;}
.mm-link{color: #ffffff; font-family: arial; font-size: 14px; float: left;}
.mm-link a{color: #ffffff; font-family: arial; font-size: 14px;}
.mm-cp-p{color: #ffffff; float: right;}

#yy-inside{font: 12px/1.5 "å¾®è½¯é›…é»‘",Arial,sans-serif;  background: url(/img/yy_bg.jpg) center top no-repeat #000000; height: 3830px;}
.yy-panel1{width: 100%; height: 991px; position: relative;}
.yy-bg1{position: absolute; left: 50%; margin-left: -960px; top: 0; z-index: 1;}
.yy-pic1{position: absolute; left: 50%; margin-left: -380px; top: 100px; z-index: 2; transition-delay: 1s!important;}
.yy-text1{position: absolute; left: 50%; margin-left: 50px; bottom: 170px; z-index: 2; transition-delay: 1s!important;}
.yy-panel2{width: 100%; height: 570px; position: relative; top: 70px;}
.yy-pic3{position: absolute; left: 50%; margin-left: -600px; top: 0; z-index: 1;}
.yy-pic2{position: absolute; left: 50%; margin-left: -498px; top: 88px; z-index: 2;}
.yy-text2{position: absolute; left: 50%; margin-left: 515px; top: 0; z-index: 1;}
.yy-text3{position: absolute; left: 50%; margin-left: 320px; bottom: 0; z-index: 1;}
.yy-panel3{width: 274px; height: 665px; position: relative; left: 50%; margin-left: -137px; top: 150px;}
.yy-panel4{width: 100%; height: 523px; position: relative; top: 300px;}
.yy-bg2{position: absolute; left: 50%; margin-left: -960px; bottom: 0; z-index: 1;}
.yy-pic5{position: absolute; left: 50%; margin-left: -203px; bottom: 119px; z-index: 2;}
.yy-inside-cp{width: 1700px; height: 510px; position: relative; left: 50%; margin-left: -850px; top: 440px; z-index: 4;}

#jh-inside{font: 12px/1.5 "å¾®è½¯é›…é»‘",Arial,sans-serif;  background: url(/img/jh_bg.jpg) center top no-repeat #000000; height: 3830px;}
.jh-panel1{width: 100%; height: 954px; position: relative;}
.jh-bg1{position: absolute; left: 50%; margin-left: -877px; top: 0;}
.jh-pic1{position: absolute; left: 50%; margin-left: -890px; top: 0; z-index: 2; transition-delay: 1s!important;}
.jh-panel2{width: 492px; height: 350px; position: relative; left: 50%; margin-left: -246px; top: 0;}
.jh-panel3{width: 100%; height: 549px; position: relative; top: 200px;}
.jh-pic3{position: absolute; left: 50%; margin-left: -429px; top: 187px;}
.jh-pic2{position: absolute; left: 50%; margin-left: -600px; top: 0; z-index: 2;}
.jh-text2{position: absolute; left: 50%; margin-left: 110px; top: 26px;}
.jh-pic4{position: absolute; left: 50%; margin-left: 102px; bottom: 14px;}
.jh-panel4{width: 100%; height: 1151px; position: relative; top: 200px;}
.jh-pic5{position: absolute; left: 50%; margin-left: -600px; top: 0;}
.jh-pic6{position: absolute; left: 50%; margin-left: -445px; top: 203px;}
.jh-pic7{position: absolute; left: 50%; margin-left: -400px; top: 519px;}
.jh-pic8{position: absolute; left: 50%; margin-left: -375px; top: 835px;}

.jh-inside-cp{width: 1700px; height: 510px; position: relative; left: 50%; margin-left: -850px; top: 200px; z-index: 4;}
/*menu结束*/
/*indexBanner开始*/
.indexBanner {
    overflow: hidden;
    height: 920px;
    width: 100%;
    position: relative;
    background: #014783;
}

.indexBanner .myslide {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 920px;
    transform-origin: center center 0;
    transition: transform 1.2s ease, opacity .8s ease, visibility .8s ease;
    transform: perspective(600px) rotateX(5deg) rotateY(-5deg) scale(.9);
    opacity: 0;
    visibility: hidden;
}
.indexBanner .myslide.slick-active{
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
	opacity: 1;
	filter:alpha(opacity=100);
	visibility: visible;
}
.indexBanner .slick-dots {
    position: absolute;
    bottom: 70px;
    width: 100%;
    text-align: center;
    margin-left: 120px;
}

.indexBanner .slick-dots li {
    width: 35px;
    height: 3px;
    line-height: 9999px;
    text-align: center;
    background: #FFF;
    color: #ffffff;
    margin: 0 5px;
    cursor: pointer;
    float: left;
    position: relative;
}

.indexBanner .slick-dots li.slick-active {
    background: #cd291f;
}

.indexBanner .con1 {
    position: absolute;
	width: 1200px;
	height: 400px;
    top: 50%;
    left: 50%;
	margin-left: -600px;
	margin-top: -200px;
}
.indexBanner .con1 .pic {
   position: relative;
}
.indexBanner .con1 .pic img {
    position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,50%)
}
.indexBanner .slick-dots li span {
    position: absolute;
    right: 25px;
    top: -5px;
    width: 20px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    visibility: hidden;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 500ms;
    -webkit-transition: all 500ms;
}
/*内页banner结束*/
/*第一通栏start*/
.column1{
    overflow: hidden;
}
.column2Right{
    width: 638px;
	height: 607px;
	position: absolute;
	top: 200px;
    right: 405px;
	z-index: 5;
	background-size: 100% 100%;
	transform: scale(1);
    background: url(../images/rbg.png)no-repeat center center;
    background-size: contain;
}
.column2Right span{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
    left: 0px;
}
.column2Right span.one{
	background: url(../images/xrbg.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbg 1.2s infinite linear;
    animation: column2Right 1.2s infinite linear;

}
.column2Right span.two{
	background: url(../images/xrbg.png) no-repeat center;
	background-size: 100% 100%;
	-webkit-animation: inlinerbgo 1.2s infinite linear;
    animation: column2Right 1.2s infinite linear;
}
@-webkit-keyframes column2Right {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}

@keyframes column2Right {
  0% {
    -webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(5px,-9px);
        transform: translate(5px,-9px);
  }
}
@-webkit-keyframes column2Right {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform:translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}

@keyframes column2Right {
  0% {
    -webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
  50% {
    -webkit-transform: translate(0,0);
            transform: translate(0,0);
  }
  100%{
  	-webkit-transform:translate(-5px,9px);
        transform: translate(-5px,9px);
  }
}
.roudList{
    overflow: hidden;
    
}
.roudList dd .rudw{
    width: 105px;
    height: 105px;
    border: 1px solid #fff;
    border-radius: 100%;
    position: relative;
    position: relative;
    cursor: pointer;
    
}
.roudList dd .rudn{
    width: 85px;
    height: 85px;
    border: 1px dotted #fff;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    left: 50%;
    margin-left: -43px;
    text-align: center;
    position: relative;
}
.roudList dd:hover .rudw{
    background: #c02a34;
    border: none;
    border: 1px solid #c02a34;
}
.roudList dd:hover em{
    opacity: 0;
}
.roudList dd.hover .rudw{
    background: #c02a34;
    border: none;
    border: 1px solid #c02a34;
}
.roudList dd:hover .rudn{
    background: #d71519;
    border: none;
}
.roudList dd.hover .rudn{
    background: #d71519;
    border: none;
}
.roudList dd .rudn img {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    ;
    -webkit-transform: rotateY(0deg);
}
.roudList dd:hover .rudn img{ transform: rotateY(180deg);-webkit-transform: rotateY(180deg);}
.roudList .dd1{
    position: absolute;
    left: 50%;
    margin-left: -52px;
    top: -40px;
}
.roudList .dd2{
    position: absolute;
    right: -60px;
    top: 50%;
    margin-top: -135px;
}
.roudList .dd3{
    position: absolute;
    bottom: 22px;
    right: 102px;
    /* top: 10px; */
}
.roudList .dd4{
    position: absolute;
    bottom: 13px;
    left: 88px;
}
.roudList .dd5{
    position: absolute;
    top: 170px;
}
.roudList dd em{
    color: #fff;
    font-size: 16px;
    display: block;
    font-style: normal;
   padding: 0 20px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.roudList dd em:after{
    display: block;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 9px;
    height: 9px;
    background: #d71519;
    border-radius: 100%;
    margin-top: -4px; 
}
.roudList .dd1 em{
     position: relative;
     top:-140px;
    
}
.roudList .dd2 em{
    left: 120px;
    top: -65px;
    
}
.roudList .dd2 em:after{
    left: 0;
}
.roudList .dd3 em{
    left: 120px;
    top: -65px;
    
}
.roudList .dd3 em:after{
    left: 0;
}
.roudList .dd4 em{
    left: -120px;
    top: -65px;
    
}
.roudList .dd5 em{
    left: -165px;
    top: -60px;
}
.column2Right .text{
    width: 332px;
    height: 222px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -145px;
    top: 50%;
    margin-top: -89px;
}
.column2Right .text .title{
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.column2Right .text .textC{
    height: 90px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-bottom: 40px;
}
/*第一通栏end*/
/*第二通栏start*/
.cloumn2{}
/*第二通栏end*/
/*
*第三通栏start fpx 2018
*/
.cloumn3Bg {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #014783;
}

.cloumn3Bg .swiper-slide {
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 2;
}
.cloumn3Bg .swiper-slide.swiper-slide-active{
    z-index: 9;
}
.cloumn3Bg .cloumn3BgC{
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    height: 100vh;
}
.column3{
    position: relative;
    z-index: 5;
}
.aboutCulture{
    position: relative;
    width: 100%;
    height: 100%;
}
.aboutCulture .slideBox{
    
}
.col3Title{
    text-align: center;
    margin-bottom: 95px;
}
.col3Title .col3Cn{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 60px;
}
.col3Title .col3En{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}
.col3List{
    overflow: hidden;
}
.col3List dd{
    float: left;
    display: inline;
    width: 12.5%;
    margin-bottom: 50px;
}
.col3List dd .con{
    margin-right: 23px;
    overflow: hidden;
}
.col3List dd .con .pic{
    position: relative;
}
.col3List dd .con .pic:after{
    content: '';
    display: block;
    padding-top: 103.8462%;
}
.col3List dd .con .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
.subsidiary{
    width: 50%;
    background: url(../images/col23.png) top left repeat;
    padding: 44px 55px;
    box-sizing: border-box;
}
.subsidiaryTitle .title{
    height: 52px;
    line-height: 52px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.subsidiaryTitle .text{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 42px;
}
.company dd{
    overflow: hidden;
}
.company dd .xh{
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 48px;
    height: 48px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 25px;
}
.company dd .companyIntro{
    overflow: hidden;
    
}
.company dd .companyIntro .titleCn{
    font-size: 20px;
    color: #fff;
    line-height: 38px;
    height: 38px;
    overflow:hidden; 
}
.company dd .companyIntro .titleEn{
    font-size: 12px;
    color: #fff;
}
.subsidiaryPic{
    overflow: hidden;
    width: 50%;
}
.subsidiaryPic .pic{
    position: relative;
    width: 100%;
}
.subsidiaryPic .pic:after{
    display: block;
    content: '';
    padding-top: 86.6667%;
}
.subsidiaryPic .pic img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
}
.shade1{
    position: absolute;
    width: 300px;
    height: 325px;
    right: 0;
    top: 0;
    z-index: 5;
    background: rgba(0,0,0,.15);
}
.shade2{
    position: absolute;
    width: 300px;
    height: 195px;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0,0,0,.1);
}
.contactBox{
    width: 50%;
    padding: 40px 52px 115px;
    background: url(../images/col23.png) top left repeat;
    overflow: hidden;
    box-sizing: border-box;
}
.contactTitle{
    margin-bottom: 59px;
}
.contactTitle .title{
    height: 75px;
    line-height: 75px;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.contactTitle .text{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}
.lxWay{
    height: 50px;
    padding-left: 80px;
    background: url(../images/icon6.png) left center no-repeat;
    margin-bottom: 28px;
}
.lxWay span{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /*margin-bottom: 5px;*/
}
.lxWay .tel{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.telway{
    display: block;
    line-height: 35px;
    height: 35px;
    color: #fff;
    font-size: 16px;
}
.mapPic{
    width: 50%;
    position: relative;
    overflow: hidden;
}
.mapPic:after{
    display: block;
    content: '';
    padding-top: 86.66667%;
}
.mapPic img{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
}
/*线条*/

.box4Tab{
	position: absolute !important;
	bottom:10%;
	height: 90px;
	width: 79%;
	overflow: hidden;
	z-index: 99;
    left: 120px;
}
.box4Tab .box4T{
    position: absolute;
    bottom: 0;
    /* left: 0; */
    width: 100%;
}
.box4Tab .box4T span{
    color: #fff;
    font-size: 16px;
}
.box4Tab:after{
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0px;
    background: #7a7374;
    z-index: 0
}
.box4Tab:before{
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -4px;
    background: #fff;
    z-index: 3;
    border-radius: 100%;
}
.box4Tab .swiper-wrapper{
    z-index: 9;
    padding-left: 0 !important;
}
.box4Tab .swiper-slide{
	float: left;
	cursor: pointer;
	width: 30%;
	transition: 0.6s ease;
	position: relative;
	height: 100%;
	/* display: inline-block; */
	text-align:  center;
    height: 90px;
    
}
.box4Tab .swiper-slide:before{
    width: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.box4Tab .swiper-slide-active:before{
    width: 32px;
    height: 32px;
    display: block;
    content: '';
    position: absolute;
    visibility: visible;
    opacity: 1;
    background: #d71519;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 1;
}
.box4Tab .swiper-slide:after{
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -4px;
    z-index: 1
}
.aboutCulture .box4-bt{
	height: 65px;
	width: 65px;
	border-radius: 50%;
	position: absolute;
    bottom: 12%;
	cursor: pointer;
	transition: 0.6s ease-out;
    z-index: 55;
}

.box4-bt.box4-prev{
	background: url(../images/prve.png) center center no-repeat;
	right: 215px;
}
.box4-bt.box4-next{
	background: url(../images/next.png) center center no-repeat;
	right: 120px;
}
.cloumn3Bgtext{
    position: absolute;
    left: 120px;
    bottom: 335px;
}
.cloumn3Bgtext .title{
    color: #fff;
    font-size: 24px;
    margin-bottom: 35px;
}
.cloumn3Bgtext .textC{
    color: #fff;
    font-size: 14px;
    width: 770px;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 35px;
}
/*第三通栏end*/
/*第四通栏start*/
.column4{
    height:1000px;
    overflow: hidden;
    position: relative
    
}
.column4List{
    position: absolute;
    top: 0px;
    right: 0;
    overflow: hidden;
    height: 100%;
    width: 70%;
    overflow:hidden;
    z-index: 3;
}
.column4List dd .conpic{
    text-align: center;
}
.column4List dd{
    width: 25%;
    float: left;
    display: inline;
    height: 100%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.column4List dd span{
    padding-top: 20px;
    color: #fff;
    font-size: 20px;
    display: block;
    text-align: center;
}
.column4List dd.even{
    background: rgba(0, 0, 0, 0.25);
}
.column4List dd .pic {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    z-index: 0;
}
.column4List dd .pic:before {
    display: block;
    content: '';
    padding-top: 136.197916%;
}
.column4List dd .pic img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.column4List dd .textC{
    width: 100%;
    height: 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
     -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.column4List dd.hover .textC{
    height: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
}
.column4List dd.hover .textC .textBox{
    height: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
}
.column4List dd .textBox{
    padding: 50px 30px;
    height: 0;
    visibility: hidden;
    opacity: 0;
}
.column4List dd .textBox .title i{
    display: block;
    font-style: normal;
    color: #333333;
    font-size: 30px;
    margin-bottom: 20px;
}
.column4List dd .textBox .title em{
    display: block;
    color: #666666;
    font-size: 16px;
    font-style: normal;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 35px;
}
.column4List dd .textBox .title em:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #999999;
    
}
.column4List dd .textBox .textCC{
    color: #666666;
    font-size: 16px;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    margin-bottom: 60px;
}
.textBoxBtn{
    width: 138px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #666666;
    font-size: 14px;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.textBoxBtn:hover{
    color: #d71519;
    border: 1px solid #d71519;
}
/*第四通栏end*/
/*底部开始*/
.footer1{
    padding: 35px 0;
    background: #232323;
    width: 100%;
    border-bottom: 1px solid #444444;
}
.footer1C {
    overflow: hidden;
}
.footermenu{
    overflow: hidden;
    margin-top: 12px;
}
.footermenu dd{
    float: left;
    border-right: 1px solid #7b7b7b;
}
.footerlogo img{
    height: 40px;
}
.footermenu dd a{
    display: block;
    color: #858585;
    font-size: 16px;
    padding: 0 30px;
    text-align: center;
}
.footermenu dd:last-child {
    border: none;
}
.footermenu dd:hover a{
    color: #fff;
}
.footer2T{
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}
.footer2{
    width: 100%;
    overflow: hidden;
    background: #232323;
    border-bottom: 1px solid #444444;
    padding: 60px 0;
}
.footer2 em{
    display: block; 
    color: #999999;
    font-size: 14px;
    font-style: normal;
    margin-bottom: 40px;
}
.footer2 span{
    display: block;
    color: #999999;
    font-size: 14px;
    margin-bottom: 13px;
}
.footerR{
    overflow: hidden;
    margin-top: 35px;
}
.footerR .pic{margin-right: 30px; width: 120px;}
.footerR .pic span{
    padding-top: 10px;
    display: block;
    text-align: center;
}
.footerR .pic .picBox{
    padding: 7px;
    background: #fff;
     width: 105px; height: 105px;
}
.footer3{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background: #232323;
}
.footer3C{
    color: #999999;
    font-size: 14px;
}
.footer3C a{
    color: #999999;
    font-size: 14px;
}
.footer3C a:hover{
    color: #fff;
}

/*底部结束*/
/*
-----------------------------首页样式end-----------------------------
*/
/*
-----------------------------频道页start-----------------------------
*/
/*
-----------------------------频道页end-----------------------------
*/
/*fullPage的样式start*/

#fullPage2 {
    transition: all 1s cubic-bezier(0.6, 0, 0, 0.6) !important;
    transition-delay: 0.2s !important;
}

.section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slide {
    float: left;
}

.slide,
.slidesContainer {
    height: 100%;
    display: block;
}

.slides {
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.section.fp-table,
.slide.fp-table {
    display: table;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.slidesContainer {
    float: left;
    position: relative;
}

.animHide {
    opacity: 0;
}
/*滚屏的点点*/
.floRight {
    width: 66px;
    height: 120px;
    position: fixed;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    margin-top: -80px\9;
    background: url(../images/secbg.png)no-repeat center center;
}
.pageNum {
    padding-top: 50px;
    color: #fff;
    transition: 0.4s ease;
    position: relative;
    height: 20px;
}
#fp-nav li {
    font-size: 0;
    position: relative;
    margin: 5px auto;
    width: 20px;
    height: 25px;
}
#fp-nav li span {
    display: block;
	height: 20px;
	line-height: 20px;
	width: 55px;
	color: #fff;
    background: #d71519;
	font-size: 12px;
	text-align: center;
	transform: translateX(-6px);
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	transition: 0.4s ease;
	position:absolute;
	right:30px;
	top:-5px;
    border-radius: 13px;
}
#fp-nav li.active span{
	transform: translateX(0px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
#fp-nav li:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d71519;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -9px;
    transition: 0.4s ease;
    z-index: 10;
}
#fp-nav .li2:after{
    left: -17px;
}
#fp-nav .li3:after{
    left: -17px;
    top: 15px;
}
#fp-nav .li4:after{
    top: 88%;
}


#fp-nav .li2 a{
    left: -25px;
}
#fp-nav .li3 a{
    left: -25px;
    top: 5px;
}
#fp-nav .li4 a{
    top: 35%;
}
#fp-nav .li1.active:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url(../images/active.png)no-repeat center center;
    z-index: 12;
    
}
#fp-nav .li2.active:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url(../images/active.png)no-repeat center center;
    z-index: 12;
    left: -25px;
    
}
#fp-nav .li3.active:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url(../images/active.png)no-repeat center center;
    z-index: 12;
    left: -25px;
    
}
#fp-nav .li4.active:before{
    content: '';
    display: block;
    width: 11px;
    height: 11px;
    position: absolute;
    background: url(../images/active.png)no-repeat center center;
    z-index: 12;
    left: 0;
    top: 10px;
    
}
.floRight #fp-nav li a {
    width: 20px;
    display: block;
    height: 20px;
    position: absolute;
    z-index: 15px;
}
.floRight #fp-nav li.active:after{
   background: #fff;
}
.contentBox{
    position: relative;
    width: 1400px;
    margin: 0 auto;
}
/*分享*/
.indShare{
	position: absolute;
    right: 120px;
	bottom: 70px;
	z-index: 999;
}
.indShare ul{
}
.indShare ul li{
	float: left;
	padding: 0 10px;
	position: relative;
}
.indShare ul li a{
	display: block;
	height: 16px;
	width: 20px;
}
.indShare ul li.ico1 a{
	background: url(../images/share1.png) center center no-repeat;
}
.indShare ul li.ico2 a{
	background: url(../images/share2.png) center center no-repeat;
}
.indShare ul li.ico3 a{
	background: url(../images/share3.png) center center no-repeat;
}
.shareCode{
	width: 120px;
	height: 120px;
	background: #fff;
	position: absolute;
	top: -160px;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	filter:alpha(opacity=0);
	visibility: hidden;
	transition: 0.3s ease;
    padding: 7px;
}
.shareCode i{
	position: absolute;
	background: url(../images/shareIco1.png) center center no-repeat;
	height: 7px;
	width: 12px;
	left: 50%;
	margin-left: -6px;
	bottom: -7px;
}
.shareCode img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99999;
}
.indShare ul li a:hover~.shareCode{
	opacity: 1;
	filter:alpha(opacity=100);
	visibility: visible;
	top: -140px;
}
.indRecord{
	position: fixed;
	bottom: 15px;
	right: 25px;
	z-index: 999;
	text-align: right;
	color: #dedede;
	font-size:13px;
	line-height: 26px;
}
.indRecord a{
color: #dedede;
}
.indRecord a:hover{
	color: #fff;
}
/*下向箭头的跳动*/
.bnco {
    background: url(../images/bnco.png) no-repeat center center;
    width: 20px;
    height: 30px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -10px;
    -webkit-animation: arrowDown 1s infinite linear;
    cursor: pointer;
    z-index: 99999;
}
/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}
.col1BgBox{
    position: absolute !important;
    width: 105%;
    height: 105%;
    left: -2.5% !important;
    top: -2.5% !important;
}
.col1Bg{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    position: relative;
}
.col1Bg:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.2;
    filter:alpha(opacity=20);
}
.clutext{
    position: absolute;
    left: 120px;
    top: 200px;
    z-index: 2;
    width: 30%;
}
.clutitle span{
    color: #fff;
    font-size: 36px;
    display: block;
    padding-bottom: 25px;
    position: relative;
    margin-bottom: 25px;
}
.clutitle span:after{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: #fff;
}
.clutitle em{
    color: #fff;
    font-size: 30px;
    font-style: normal;
    margin-bottom: 90px;
    display: block;
}
.clutextC .title{
    color: #FFF;
    font-size: 26px;  
    margin-bottom: 30px;
}
.clutextC .textCC
{
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    height: 70px;
    overflow: hidden;
}
.indexbtn{
    width: 140px;
    height: 40px;
    background: #d71519;
    text-align: center;
    color: #fff;
    line-height: 40px;
    display: block;
    border-radius: 30px;
}
/*内页框架开始*/
/*内页外结构开始*/

/*内页外结构结束*/
/*当前位置开始*/
.ejdh {
    position: relative;
    background: #fafafa;
    border-bottom: 1px solid #e6e6e6;
}

.ejdhbox {
    height: 60px;
    line-height: 60px;
}

.ejdhwz {
    position: relative;
}

.ejdhwz a {
    color: #666666;
    font-size: 14px;
    padding: 0 15px;
    display: block;
    float: left;
    display: inline;
    background: url(../images/licn.png)no-repeat left center;
}

.ejdhwz a:hover {
    color: #e70014;
    background: url(../images/hlicn.png)no-repeat left center;
}

.ejdhwz a.hover {
    color: #e70014;
    background: url(../images/hlicn.png)no-repeat left center;
}

.ejdhwz em {
    display: block;
    float: left;
    margin-top: 24px;
    margin-right: 15px;
}

.loclist li {
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    margin-right: 45px;
}

.loclist li a {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.loclist li:after{
    display: block;
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    background: #e60014;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.loclist li:hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e60014;
    bottom: 0px;
    left: 0;
    
}

.loclist li.hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e60014;
    bottom: 0px;
    left: 0;
}

.loclist li:hover a {
    color: #e60014;
}

.loclist li.hover a {
    color: #e60014;
}

.loclist .mySlide {
    float: left;
    display: inline;
    width: 75px;
    text-align: center;
    position: relative;
    margin-right: 35px;
}

.loclist .mySlide a {
    color: #666666;
    font-size: 14px;
    font-weight: bold;
}

.loclist .mySlide:hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #7fcf7a;
    bottom: 0px;
    left: 8px;
}

.loclist .mySlide.hover:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 2px;
    background: #7fcf7a;
    bottom: 0px;
    left: 8px;
}

.loclist .mySlide:hover a {
    color: #264db5;
}

.loclist .mySlide.hover a {
    color: #264db5;
}

.locCon {
    position: relative;
}

.locnext .next {
    display: block;
    width: 10px;
    height: 20px;
    background: url(../images/locnext.png) no-repeat center center;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
}
/*当前位置结束*/
/*页码开始*/
.page{padding:30px 0;text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:6px 12px;color:#393939;border-radius:3px;background: #fafafa; margin: 0 3px; border:1px solid #e4e4e4;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #d71519;color: #fff; border-color: #d71519;}
.page a.hover{background: #d71519;color: #fff; border-color: #d71519;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#393939;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page em{
    margin-bottom: -27px;
    width: 13px;
    height: 13px;
    font-style: normal;
    position: relative;
    top: -10px;
}
.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/page/lastPage.png)}

.page a.firstPage:hover div{background-image: url(../images/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/page/lastPageh.png)}

.page a.firstPage.disabled{background:#E2E2E2;}
.page a.prevPage.disabled{background:#E2E2E2;}
.page a.nextPage.disabled{background:#E2E2E2;}
.page a.lastPage.disabled{background:#E2E2E2;}

.page a.firstPage.disabled div{background-image: url(../images/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/page/lastPage.png)}
.subPageC{min-height: 600px;}
/*页码结束*/
/*内页框架结束*/

/* subPage */
.subPage{
	position: relative;
	z-index: 2;
	
}
.pageLeft{
	width: 240px;
	display: none;
	margin-right: 30px;
}
.subMenuTit{
	font-size: 18px;
	color: #fff;
	line-height: 75px;
	height: 75px;
	background: #3b60b5 url(../images/jt1.png) right 20px center no-repeat;
	padding: 0 40px;
}
.subMenu{
	padding: 10px 20px;
	background: #fff;
	box-shadow: 6px 6px 0px rgba(0,0,0,.03);
}
.subMenu dd{
	line-height: 50px;
	padding: 0 20px;
}
.subMenu dd+dd{
	border-top: 1px solid #eee;
}
.subMenu a{
	display: block;
	color: #555;
	font-size: 16px;
	
}
.subMenu a:hover{
	color: #cf261f;
}
.subMenu dd.hover a{
	color: #cf261f;
	background: url(../images/jt2_h.png) right center no-repeat;
}
.subTitle{
	height: 45px;
	display: none;
	border-bottom: 1px #e6e6e6 solid;
}
.subTitle1{
	font-size: 22px;
	line-height: 45px;
	border-bottom: 3px #cf261f solid;
	color: #333;
	position: relative;
	font-weight: bold;
	margin-top: -2px;
}
.subTitle .location{
	height: auto;
}
.subTitle .location a{
	line-height: 40px;
	height: 40px;
}
.textImg1{
	overflow: hidden;
	padding:0;
	border: none;
}
.textImg1 dd{
	border: none;
}
.textImg1 dd+dd{
	border-top: 1px solid #e6e6e6;
}
.subPage .textImg1 p{
	height: 90px;
	text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
/*subPage */

/*内页banner*/
.subBanner {
    width: 100%;
    padding-top: 26.041666%;
    position: relative;
}

.subBanner a {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.subBannerText {
   text-align: left;
    height: 100%;
    position: relative;
    
}
.subBannerText .text{
    position: absolute;
    bottom: 70px;
}
.subBannerText span {
    display: block;
    color: #fff;
    font-size: 36px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
    
}
.subBannerText span:after{
    display: block;
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #ffffff;
    bottom: 0;
}
.subBannerText em {
    display: block;
    height: 48px;
    line-height: 48px;
    color: #ffffff;
    font-size: 30px;
    font-style: normal;
}

.bannerLine {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(../images/lineShadow.png) repeat;
    opacity: 0.1;
}

/*.loclist .slick-track{ float: right;}*/

.submenubox {
    width: 60%;
    height: 61px;
    overflow: hidden;
    position: relative;
    padding: 0 25px;
}

.submenubox .next {
    display: block;
    width: 10px;
    height: 20px;
    background: url(../images/locnext.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}

/*当前位置*/
.locationBase{
	width: 100%;
	height: 60px;
	clear:both;
}
/*.locationBox.fixed{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 995;
}*/
.locationBox{
	width: 100%;
	height: 60px;
	background: #fafafa;
	border-bottom: 1px solid #e6e6e6;
}
.location{
	height: 60px;
	overflow: hidden;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/home.png);
}
.location a{
	display: inline;
	float: left;
	height: 60px;
	line-height: 60px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/trangleRight.png);
	color: #666;
	font-size: 14px;
    font-weight: bold;
}
.location a:hover{color:#cf261f;background: url(../images/trangleRight_h.png) no-repeat left center;}
.location a.hover{color:#cf261f;background: url(../images/trangleRight_h.png) no-repeat left center;}
.sjDiv{
    display: none;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 59px;
    width: 1000px;
    z-index: 999;
}
.loc_dlList3{
    overflow: hidden;
    padding-left: 20px;
}
.loc_dlList3 dd{
    float: left;
    overflow: hidden;
    display: inline;
    margin-right: 15px;
}
.loc_dlList3 dd a{
    color: #666666;
    font-size: 14px;
    font-weight: lighter;
    position: relative;
    line-height: 40px;
    padding-right: 15px;
}
.loc_dlList3 dd a:after{
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #e60014;
    border-radius: 4px;
}
.loc_dlList3 dd:last-child a:after,
.loc_dlList3 dd.hide a:after{display: none;}
/*内页导航*/
.navj{margin-right:-15px;position: relative;}
.navj_a{
	display: inline;
	float: left;
	line-height: 60px;
	height:60px;
	color: #666666;
	font-size: 14px;
	padding:0 20px;
    font-weight: bold;

}
.navj_a.hover{color: #cf261f}
.navj_a:hover{color: #cf261f}
.navLine{
    display: block;
    width: 0px;
    height: 3px;
    background: #cf261f;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

/**
 * 新闻上下页
 * @author 杨朝杰
 * @return
 */
.moreBt3{width:100%; height:30px; text-align:center;}
.moreBt3 button{width:30px; height:30px; display:inline-block; border:1px solid #e6e6e6; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s; outline:none; cursor:pointer;}
.moreBt3 .works_prev{background:#fff url(../images/works_arr.png) no-repeat -11px -10px;}
.moreBt3 .works_prev:hover{background:#d61f19 url(../images/works_arr.png) no-repeat -63px -10px;}
.moreBt3 .works_next{background:#fff url(../images/works_arr.png) no-repeat -63px -60px;}
.moreBt3 .works_next:hover{background:#d61f19 url(../images/works_arr.png) no-repeat -11px -60px;}
.works_prev, .works_next,{border-radius:2px; vertical-align:middle;}

.articleB_box{
	clear:both;
	height:30px;
	overflow:hidden;
	background:#f8f9fb;
	color:#666;
	font-size:14px;
	line-height:30px;
	}
.articleB_box i{color:#cf261f}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
}

.pageBoxC2{
	padding:20px 40px;
	overflow: hidden;
	background: #fff;
}

.titleBox{ width:1200px; text-align:center; margin:0 auto; overflow:hidden;padding:10px 0;}
.titleBox h1{ font-size:22px; color:#333; line-height:20px;float:left; font-weight:normal;}
.titleBox h1 em{ font-size:16px; color:#888; padding:0 0 0 10px;}
.titleBox span{ font-size:14px; color:#666; float:right; line-height:20px;}
.titleBox span a{
	background: #bebebe;
    border-radius: 35px;
    padding: 5px 20px;
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
	}
.titleBox span a:hover{ color:#fff; background:#d61f19}

/************************* 首页 end **************************/

/*
* 招聘
*/
.join_dl{overflow: hidden;}
.join_dl dt{
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding-bottom: 10px;
}
.join_dl dt .joinTit{
    font-size: 16px;
    color:#333;
    overflow: hidden;
    font-weight: bold;
}
.join_dl dt .joinTit span{
    float: left;
    width: 23%;
}
.join_dl dd{overflow: hidden;margin-bottom: 20px;padding-bottom: 2px;}
a.joinTit{display: block;height:60px;overflow: hidden;line-height:60px;font-size:16px;color:#666;padding: 0px 30px;background: #f5f5f5; border-radius:3px;}
.joinTit span{float: left; width:23%}
.join_dl dd.hover .joinTit{background: #4b9ddc;-webkit-box-shadow: none;box-shadow: none;}
.join_dl dd.hover .joinTit span{color:#ffffff;}
.joinTit em{display: block;width:30px;height:60px;overflow: hidden;float: right;background: url(../images/jia.png) no-repeat center center;}
.join_dl dd.hover .joinTit em{background: url(../images/jian.png) no-repeat center center;}
.joinDeta{overflow: hidden;padding: 10px 30px;position: relative;font-size: 14px;color:#888;line-height:26px;display: none;}
a.goJoin{display: block;width: 140px;height: 40px;overflow: hidden;background: #da0100;font-size: 16px;color:#fff;text-align: center;line-height: 40px;position: absolute;left: 20px;bottom:0px;}
